x86: rename copy_{from,to}_user() to copy_{from,to}_guest_pv()
authorJan Beulich <jbeulich@suse.com>
Thu, 25 Feb 2021 14:37:35 +0000 (15:37 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 25 Feb 2021 14:37:35 +0000 (15:37 +0100)
commitd700690a3bf3115d36d055489a0360fd33416e96
tree4f2ccd2378c702e6eb22f74886bce327fad330a0
parentef20ffd13d76c9be6f14c01296d44fc1a9e055f8
x86: rename copy_{from,to}_user() to copy_{from,to}_guest_pv()

Bring them (back) in line with __copy_{from,to}_guest_pv(). Since it
falls in the same group, also convert clear_user(). Instead of adjusting
__raw_clear_guest(), drop it - it's unused and would require a non-
checking __clear_guest_pv() which we don't have.

Add previously missing __user at some call sites and in the function
declarations.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
xen/arch/x86/pv/emul-inv-op.c
xen/arch/x86/pv/iret.c
xen/arch/x86/pv/ro-page-fault.c
xen/arch/x86/usercopy.c
xen/include/asm-x86/guest_access.h
xen/include/asm-x86/uaccess.h